func syscall.symlinkat

2 uses

	syscall (current package)
		syscall_linux.go#L317: 	return symlinkat(oldpath, _AT_FDCWD, newpath)
		zsyscall_linux_amd64.go#L125: func symlinkat(oldpath string, newdirfd int, newpath string) (err error) {